home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / misc / amag / AM9402_1.lha / rsys / rsyscalls.lha / rsysintuictrl.calls < prev    next >
Text File  |  1993-09-25  |  4KB  |  141 lines

  1.  
  2.     1    AdjustWindowDimensions [rsysintuictrl.c]
  3.     2        ComputeFont
  4.     3        compute
  5.     4        CenterWindow [rsysintuictrl.c]
  6.  
  7.     5    ClearIntuiMsgPort [rsysintuictrl.c]
  8.     6        GT_GetIMsg
  9.     7        GT_ReplyIMsg
  10.  
  11.     8    CloseASysWindow [rsysintuictrl.c]
  12.     9        ClearMenuStrip
  13.    10        FreeMenus
  14.    11        CloseWindow
  15.    12        FreeGadgets
  16.  
  17.    13    CloseDownScreen [rsysintuictrl.c]
  18.    14        FreeVisualInfo
  19.    15        UnlockPubScreen
  20.  
  21.    16    DisableSysRequest [rsysintuictrl.c]
  22.    17        FindTask
  23.  
  24.    18    EmptyListView [rsysintuictrl.c]
  25.    19        InitListView [rsysintuictrl.c]
  26.    20            GT_SetGadgetAttrs
  27.    21        NewList
  28.    22        RefreshListView [rsysintuictrl.c]
  29.    23            InitListView [see line 19]
  30.    24        GT_RefreshWindow
  31.  
  32.    25    EnableGadget [rsysintuictrl.c]
  33.    26        GT_SetGadgetAttrs
  34.    27        NOT
  35.  
  36.    28    LockMainWindow [rsysintuictrl.c]
  37.    29        LockWindow [rsysintuictrl.c]
  38.    30            MyAllocVec
  39.    31            Request
  40.    32        UnlockWindow [rsysintuictrl.c]
  41.    33            EndRequest
  42.    34            MyFreeVec
  43.    35        RefreshMainWindowPattern [rsysintuictrl.c]
  44.    36            RefreshRastPort [rsysintuictrl.c]
  45.    37                MakePattern [rsysintuictrl.c]
  46.    38                    SetAfPt
  47.    39                    SetAPen
  48.    40                    SetBPen
  49.    41                    SetDrMd
  50.    42                    RectFill
  51.    43                FillGadget [static in rsysintuictrl.c]
  52.    44                    RemoveGadget
  53.    45                    EraseRect
  54.    46                    AddGadget
  55.    47                IntuiTextLength
  56.    48                EraseRect
  57.    49                DrawBevelBox
  58.    50                AddGList
  59.    51                RefreshWindowAndGadgets [rsysintuictrl.c]
  60.    52                    RefreshGadgets
  61.    53                    RefreshWindowFrame
  62.    54                    GT_RefreshWindow
  63.    55                WindowToFront
  64.    56                ActivateWindow
  65.    57        PrintStatistics [rsysintuictrl.c]
  66.    58            sprintf
  67.    59            PrintInfo [rsysintuictrl.c]
  68.    60                strlen
  69.    61                strcat
  70.    62                GT_SetGadgetAttrs
  71.    63                NOT
  72.    64                WaitTOF
  73.    65                Speak
  74.    66                Delay
  75.    67            RefreshListView [see line 22]
  76.  
  77.    68    MakeWindowRefresh [rsysintuictrl.c]
  78.    69        GT_BeginRefresh
  79.    70        GT_EndRefresh
  80.  
  81.    71    MyEasyRequest [rsysintuictrl.c]
  82.    72        LockWindow [see line 29]
  83.    73        va_start
  84.    74        EasyRequestArgs
  85.    75        va_end
  86.    76        UnlockWindow [see line 32]
  87.  
  88.    77    OpenMainWindow [rsysintuictrl.c]
  89.    78        SetupScreen [rsysintuictrl.c]
  90.    79            FindFrontPubScr [rsysintuictrl.c]
  91.    80                strncpy
  92.    81                NextPubScreen
  93.    82                LockPubScreen
  94.    83                UnlockPubScreen
  95.    84            NOT
  96.    85            LockPubScreen
  97.    86            strcpy
  98.    87            ComputeFont
  99.    88            GetVisualInfo
  100.    89        OpenASysWindow [rsysintuictrl.c]
  101.    90            ErrorHandle
  102.    91        ErrorHandle
  103.  
  104.    92    PrintHeader [rsysintuictrl.c]
  105.    93        GT_SetGadgetAttrs
  106.    94        NOT
  107.  
  108.    95    gadgetbuff [rsysintuictrl.c]
  109.  
  110.    96    makelabelvisible [rsysintuictrl.c]
  111. Index:
  112.     AdjustWindowDimensions [rsysintuictrl.c] [see line 1]
  113.     CenterWindow [rsysintuictrl.c] [see line 4]
  114.     ClearIntuiMsgPort [rsysintuictrl.c] [see line 5]
  115.     CloseASysWindow [rsysintuictrl.c] [see line 8]
  116.     CloseDownScreen [rsysintuictrl.c] [see line 13]
  117.     DisableSysRequest [rsysintuictrl.c] [see line 16]
  118.     EmptyListView [rsysintuictrl.c] [see line 18]
  119.     EnableGadget [rsysintuictrl.c] [see line 25]
  120.     FillGadget [static in rsysintuictrl.c] [see line 43]
  121.     FindFrontPubScr [rsysintuictrl.c] [see line 79]
  122.     InitListView [rsysintuictrl.c] [see line 19]
  123.     LockMainWindow [rsysintuictrl.c] [see line 28]
  124.     LockWindow [rsysintuictrl.c] [see line 29]
  125.     MakePattern [rsysintuictrl.c] [see line 37]
  126.     MakeWindowRefresh [rsysintuictrl.c] [see line 68]
  127.     MyEasyRequest [rsysintuictrl.c] [see line 71]
  128.     OpenASysWindow [rsysintuictrl.c] [see line 89]
  129.     OpenMainWindow [rsysintuictrl.c] [see line 77]
  130.     PrintHeader [rsysintuictrl.c] [see line 92]
  131.     PrintInfo [rsysintuictrl.c] [see line 59]
  132.     PrintStatistics [rsysintuictrl.c] [see line 57]
  133.     RefreshListView [rsysintuictrl.c] [see line 22]
  134.     RefreshMainWindowPattern [rsysintuictrl.c] [see line 35]
  135.     RefreshRastPort [rsysintuictrl.c] [see line 36]
  136.     RefreshWindowAndGadgets [rsysintuictrl.c] [see line 51]
  137.     SetupScreen [rsysintuictrl.c] [see line 78]
  138.     UnlockWindow [rsysintuictrl.c] [see line 32]
  139.     gadgetbuff [rsysintuictrl.c] [see line 95]
  140.     makelabelvisible [rsysintuictrl.c] [see line 96]
  141.